Skip to content
Snippets Groups Projects
Select Git revision
  • HEAD
  • main default
2 results

tor-browser-spec

  • Clone with SSH
  • Clone with HTTPS
  • Tor protects your privacy on the internet by hiding the connection between your Internet address and the services you use. We believe Tor is reasonably secure, but please ensure you read the instructions and configure it properly.

    Build

    To build Tor from source:

    ./configure
    make
    make install

    To build Tor from a just-cloned git repository:

    ./autogen.sh
    ./configure
    make
    make install

    Releases

    The tarballs, checksums and signatures can be found here: https://dist.torproject.org

    • Checksum: <tarball-name>.sha256sum
    • Signatures: <tarball-name>.sha256sum.asc

    Schedule

    You can find our release schedule here:

    Keys that CAN sign a release

    The following keys are the maintainers of this repository. One or many of these keys can sign the releases, do NOT expect them all:

    Development

    See our hacking documentation in doc/HACKING/.

    Resources

    Home page:

    Download new versions:

    How to verify Tor source:

    Documentation and Frequently Asked Questions:

    How to run a Tor relay: